home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / SERIAL.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1999-08-15  |  1.2 KB  |  67 lines

  1. object Form1: TForm1
  2.   Left = 260
  3.   Top = 339
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Crackme v2.1'
  7.   ClientHeight = 134
  8.   ClientWidth = 254
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 8
  18.     Top = 8
  19.     Width = 241
  20.     Height = 89
  21.     Caption = 'Registration Information:'
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 24
  25.       Top = 24
  26.       Width = 97
  27.       Height = 13
  28.       Caption = 'Enter the serial here:'
  29.     end
  30.     object Edit1: TEdit
  31.       Left = 24
  32.       Top = 48
  33.       Width = 193
  34.       Height = 21
  35.       TabOrder = 0
  36.     end
  37.   end
  38.   object Button1: TButton
  39.     Left = 8
  40.     Top = 104
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'Check!'
  44.     Default = True
  45.     TabOrder = 1
  46.     OnClick = Button1Click
  47.   end
  48.   object Button3: TButton
  49.     Left = 168
  50.     Top = 104
  51.     Width = 75
  52.     Height = 25
  53.     Caption = 'I give up!'
  54.     TabOrder = 2
  55.     OnClick = Button3Click
  56.   end
  57.   object Button2: TButton
  58.     Left = 88
  59.     Top = 104
  60.     Width = 75
  61.     Height = 25
  62.     Caption = 'Info'
  63.     TabOrder = 3
  64.     OnClick = Button2Click
  65.   end
  66. end
  67.